home *** CD-ROM | disk | FTP | other *** search
/ Dictionnaire Le Robert Junior / DictionnaireLeRobertJunior-8-12-Ans-Win95Mac.bin / DEMO / Control.cst / 00014_Script_ATTENTE FIN SON PISTE 2 et go movie < prev    next >
Text File  |  1998-10-29  |  161b  |  10 lines

  1. on exitFrame
  2.   if soundbusy(2) then
  3.     go the frame
  4.   else
  5.     unload
  6.     cursor 4
  7.     go movie the pathname & the framelabel
  8.     cursor 0
  9.   end if
  10. end